home *** CD-ROM | disk | FTP | other *** search
/ Thinkin' Science - 1st & 2nd Grades / Thinkin' Science - First and Second Grades (Edmark)(Version 1.0)(1997).ISO / pc / dearpar / dpdata / dp.dir / 00071_Script_Menu Frame Script < prev    next >
Text File  |  1997-09-03  |  424b  |  22 lines

  1. on enterFrame
  2.   global gReadingClicked
  3.   
  4.   cursor -1
  5.   set the mouseUpScript to empty
  6.   set the mouseDownScript to empty
  7.   if gReadingClicked = TRUE then 
  8.     setVisible 15,15,FALSE
  9.     setVisible 16, 21, TRUE
  10.   else
  11.     setVisible 15,15, TRUE
  12.     setVisible 16, 21, FALSE
  13.   end if
  14.   
  15. end
  16.  
  17. on exitFrame
  18.   setPuppets 3, 21, TRUE
  19.   set the mouseUpScript to "buttonclick"
  20.   -- setPuppets 25, 34, TRUE
  21. end
  22.